home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 March - Disc 1 / Macworld (1999-03) (Disk 1).dmg / Shareware World / Utilities / User Interface / FinderPop176 / FinderPoplets / What are FinderPoplets? < prev   
Text File  |  1998-12-11  |  1KB  |  17 lines

  1. What are FinderPoplets?
  2.  
  3. These are dinky little code resources which FinderPop can execute. They’re meant for tasks for which a contextual menu plugin or even a tiny application would be overkill.  Note that CM plugins have a cost associated with them — the plugin file is always open, and some (all?) of their code is always loaded.
  4.  
  5. This first FinderPoplet, “SwitchToFinder/HideOthers”, does exactly what its name implies.  Drop an alias to this into your FinderPop Items Folder and you’re in biz — select it from a FinderPop menu and you’ll find yourself staring at a blank, uncluttered screen.  Unless your Finder layer is cluttered, of course.
  6.  
  7. “Hide Current Application” does what you might think.
  8. “Get Pathname” sets the clipboard to the full pathname of the Finder selection.
  9.  
  10. I eventually plan on allowing arbitrary placement of these items (i.e., make it so that “SwitchToFinder/HideOthers” would only appear in the Process menu.  Additionally, it might be nice to allow ’em to have icons (FinderPop currently displays a hardcoded naff little cube ’cos I couldn’t draw a droplet.)
  11.  
  12. If anyone else has any weird or wonderful ideas for such small utilities, either
  13. email me or write one yourself.  API and source to “SwitchToFinder/HideOthers” enclosed.
  14.  
  15. Have Fun!
  16.  
  17. --turly@kagi.com